home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ASTRONOM / H314.ZIP / HISTORY.TXT < prev    next >
Text File  |  1993-12-27  |  6KB  |  158 lines

  1. SkyMap Release History
  2. ----------------------
  3.  
  4. 27-DEC-93 v2.0
  5.  
  6. Major release. A total rewrite of the program to make it much faster and
  7. to dramatically improve the user interface. Many new features added
  8. including display of comets.
  9.  
  10.  
  11. 10-Sep-93 v1.33
  12.  
  13. Bug-fix release:
  14.  
  15. Images of RNGC objects couldn't be displayed automatically on a horizon
  16. map, because I'd forgotten to add the line of code to do so! Fixed.
  17.  
  18.  
  19. 25-Aug-93 v1.32
  20.  
  21. Bug-fix release:
  22.  
  23. An error in the floating point emulation libraries of Microsoft's Visual C++
  24. compiler, causing the "tan" function to return the wrong sign, was resulting
  25. in the effects of refraction being applied in reverse on some machines
  26. without a maths co-processor.  Applied a "work around".
  27.  
  28. The colour of RNGC objects and their labels was defaulting to black on the
  29. horizon map.  This was difficult to see against the black map background!
  30.  
  31.  
  32. 04-Jul-94 v1.31
  33.  
  34. Minor bug fix release:
  35.  
  36. It wasn't possible to save a configuration in which the faintest stars were
  37. drawn as a single pixel.  Single pixel stars were replaced by 4-pixel stars
  38. by over-zealous error checking code when the configuration was reloaded.
  39.  
  40. RNGC objects on the Area map were being incorrectly drawn and labelled using
  41. the star, rather than the RNGC object colours.
  42.  
  43. An extra line connecting the two halves of the constellation "Serpens" was
  44. being drawn on the constellation outlines, because the drawing code regarded
  45. Serpens as a single constellation whose points were to be connected.  Fixed
  46. by treating the two halves of Serpens as two separate constellations as far
  47. as the outline drawing code is concerned.
  48.  
  49.  
  50. 29-May-93 v1.3
  51.  
  52. New features:
  53.  
  54. The program can now display non-stellar objects.  The database used is the
  55. Revised New General Catalogue (RNGC).
  56.  
  57. Constellation boundaries can now be displayed.
  58.  
  59. The printing options have been greatly expanded.  When a map is printed the
  60. user can now select whether to print the entire map, or the current zoomed
  61. view, and also whether to print in black and white or colour.  For colour
  62. maps a dialog allows the user to select the colour of each component of
  63. the map.
  64.  
  65. All map features are now present on both the horizon and sky area maps
  66. (eg star labels can now be displayed on the horizon map).  The user interface
  67. has been made more consistent between the map types.
  68.  
  69. The program now has an optional ToolBar at the top of the screen, which
  70. provides short-cuts for the commands on the "View" menu.
  71.  
  72. The program now (finally!) has a complete on-line help system.  This is
  73. basically a copy of the manual.
  74.  
  75. Bug fixes:
  76.  
  77. I'd forgotten to apply the correction for diurnal parallax to planetary
  78. positions on the Sky Area map.  Consequently, the planets were being shown
  79. in their geocentric, rather than topocentric positions, resulting in errors
  80. of up to 2 degrees in the apparent position of the Moon.  Fixed.
  81.  
  82. The size of the image of the Sun and Moon on the Sky Area map was being
  83. incorrectly calculated, resulting in images that were about 50% too large
  84. when the map was printed on a portrait orientation page.  Fixed.
  85.  
  86.  
  87. 07-Mar-93 v1.2
  88.  
  89. New features:
  90.  
  91. Added a new "Sky Area" map type, centred on a right ascension and
  92. declination.  This is intended to be used to draw a detailed map of a
  93. small region of the sky.
  94.  
  95. Added the ability to display photographic images in either GIF or BMP
  96. format.  Images can either be explicitly opened, or associated with specific
  97. objects (currently planets) and automatically displayed.
  98.  
  99. Bugs fixed:
  100.  
  101. Single pixel stars were being printed on the printer in the screen colour,
  102. which almost certainly mapped to white on the printer, resulting in them
  103. not being printed.  On a mono print, single pixel stars are now correctly
  104. printed black.
  105.  
  106. When the right mouse button was pressed over a horizon map to display the
  107. pop-up menu, then the *right*, rather than the *left* button pressed (ie,
  108. a user input error!) an incorrect cursor position was stored.  If the left
  109. button was subsequently used to select an information dialog a wildly
  110. inaccurate position or a GPF resulted.  This is probably the cause of all
  111. the "random number" errors previously reported.  Thanks to Don Munro for
  112. tracking down a reproducable case of this puzzling error!  Fixed.
  113.  
  114. Removed the incorrect, uninitialized data displayed on the information dialogs
  115. for the Sun and Moon. (Eg phase 0.000 for the Sun.)
  116.  
  117.  
  118. 05-Feb-93 v1.11
  119.  
  120. When the start of a constellation figure was off the edge of the map,
  121. the first visible line of the constellation was being drawn incorrectly in
  122. certain circumstances.  Fixed.
  123.  
  124. The correction for refraction was being correctly calculated and correctly
  125. displayed in the "About" box for a star, but not applied to the plotted
  126. position of the stars on the map.  This led to stars being plotted with
  127. slightly too low an altitude (the maximum error being about half a degree
  128. at the horizon).  Fixed.
  129.  
  130. If the star position calculation was aborted by the user pressing the "Cancel"
  131. button, the subsequent constellation figure setup calculation code displayed
  132. an error message for each star it was unable to find.  Pressing the "Cancel"
  133. button now aborts the map calculation cleanly.
  134.  
  135.  
  136. 31-Jan-93 v1.1
  137.  
  138. Test release to BIX only for testing.
  139.  
  140. In the "Observer" dialog, the "Time Difference" edit field was only wide
  141. enough to allow two digits to be entered, making the program not too
  142. useful for anyone outside the GMT time zone.  Fixed.
  143.  
  144. Version 1.0 of SkyMap simply plotted stars in their mean catalog position.
  145. This version now rigorously calculates the apparent place for the time of
  146. observation, correcting for proper motion, aberration, precession, nutation,
  147. and refraction.
  148.  
  149. Added code to verify that dates are in the range 4000BC-8000AD (the
  150. range over which the planetary position equations are valid.
  151.  
  152.  
  153.  
  154. 24-Jan-93 v1.0
  155.  
  156. Release of SkyMap 1.0, with basic facilities for drawing horizon map and
  157. plotting planetary and lunar positions.
  158.